"glass dark" shadcn/ui theme

futuristic
glassmorphism
high-contrast
neon-accent
transparent-effects
cyberpunk-influenced
duotone-palette
emotional-shift
sci-fi-aesthetic
depth-perception
vibrant-darkmode
clean-lightmode
digital-interfaces
modern-ux
bold-typography

Shadcn/ui Theme Css Variables

name: Frosted Neonkeyword: glass dark views: 26

:root {
  --background: 240 10% 96%;
  --foreground: 240 10% 3%;
  --card: 240 10% 98%;
  --card-foreground: 240 10% 3%;
  --popover: 240 10% 98%;
  --popover-foreground: 240 10% 3%;
  --primary: 266 85% 58%;
  --primary-foreground: 0 0% 100%;
  --secondary: 180 85% 45%;
  --secondary-foreground: 0 0% 100%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 40 85% 55%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 85% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 240 10% 85%;
  --input: 240 10% 85%;
  --ring: 266 85% 58%;
  --radius: 0.75rem;
  --chart-1: 266 85% 58%;
  --chart-2: 180 85% 45%;
  --chart-3: 40 85% 55%;
  --chart-4: 0 85% 60%;
  --chart-5: 300 85% 55%;
} 

.dark {
  --background: 240 10% 8%;
  --foreground: 240 10% 97%;
  --card: 240 10% 6%;
  --card-foreground: 240 10% 97%;
  --popover: 240 10% 6%;
  --popover-foreground: 240 10% 97%;
  --primary: 266 85% 72%;
  --primary-foreground: 0 0% 100%;
  --secondary: 180 85% 55%;
  --secondary-foreground: 0 0% 100%;
  --muted: 240 10% 15%;
  --muted-foreground: 240 10% 60%;
  --accent: 40 85% 65%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 85% 70%;
  --destructive-foreground: 0 0% 100%;
  --border: 240 10% 20%;
  --input: 240 10% 20%;
  --ring: 266 85% 72%;
  --radius: 0.75rem;
  --chart-1: 266 85% 72%;
  --chart-2: 180 85% 55%;
  --chart-3: 40 85% 65%;
  --chart-4: 0 85% 70%;
  --chart-5: 300 85% 65%;
}